home *** CD-ROM | disk | FTP | other *** search
/ Bandai Visual CD-ROM Previews 3 / Bandai Visual CD-ROM Previews 3.iso / かわら盤メニュー / 00001_Script_1 next >
Text File  |  1995-02-07  |  669b  |  42 lines

  1. on startmovie
  2.   
  3. end
  4.  
  5. on select01
  6.   if rollover(3) then
  7.     set the castNum of sprite 2 = 28
  8.     updatestage
  9.   end if
  10. end
  11. on select02
  12.   if rollover(5) then
  13.     set the castNum of sprite 4 = 28
  14.     updatestage
  15.   end if
  16. end
  17. on select03
  18.   if rollover(7) then
  19.     set the castNum of sprite 6 = 28
  20.     updatestage
  21.   end if 
  22. end
  23. on select04
  24.   if rollover(9) then
  25.     set the castNum of sprite 8 = 28
  26.     updatestage
  27.   end if
  28. end
  29. on select05
  30.   if rollover(11) then
  31.     set the castNum of sprite 10 = 28
  32.     updatestage
  33.   end if
  34. end
  35. on select06
  36.   if rollover(13) then
  37.     set the castNum of sprite 12 = 28
  38.     updatestage
  39.   end if
  40. end
  41.  
  42.